home *** CD-ROM | disk | FTP | other *** search
- #ifndef PRAGMAS_TIMER_PRAGMAS_H
- #define PRAGMAS_TIMER_PRAGMAS_H
-
- #ifndef CLIB_TIMER_PROTOS_H
- #include <clib/timer_protos.h>
- #endif
-
- extern struct Library *TimerBase;
-
- #pragma libcall TimerBase AddTime 2a 9802
- #pragma libcall TimerBase SubTime 30 9802
- #pragma libcall TimerBase CmpTime 36 9802
- #pragma libcall TimerBase ReadEClock 3c 801
- #pragma libcall TimerBase GetSysTime 42 801
-
- #endif /* PRAGMAS_TIMER_PRAGMAS_H */
-